GetDOMCountersResponse

data class GetDOMCountersResponse(documents: Int, nodes: Int, jsEventListeners: Int)

Represents response frame that is returned from Memory#getDOMCounters operation call.

See also

Constructors

GetDOMCountersResponse
Link copied to clipboard
fun GetDOMCountersResponse(documents: Int, nodes: Int, jsEventListeners: Int)

Properties

documents
Link copied to clipboard
val documents: Int
jsEventListeners
Link copied to clipboard
val jsEventListeners: Int
nodes
Link copied to clipboard
val nodes: Int

Sources

jvm source
Link copied to clipboard